翻訳と辞書
Words near each other
・ this dictionary
・ this time, for sure!
・ thn
・ thomas
・ thrash
・ thrashing
・ thread
・ thread language zero
・ thread-safe
・ threaded
threaded code
・ threading
・ three-finger salute
・ three-letter acronym
・ three-tier
・ throughput
・ thud
・ thumb
・ thumbnail
・ thunderbird


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

threaded code : FOLDOC
threaded code
A technique for implementing virtual machine interpreters, introduced by J.R. Bell in 1973, where each op code in the virtual machine instruction set is the address of some (lower level) code to perform the required operation. This kind of virtual machine can be implemented efficiently in machine code on most processors by simply performing an {indirect jump} to the address which is the next instruction.
Many Forth implementations use threaded code and nowadays some use the term "threading" for almost any technique used to implement Forth's virtual machine.
{(http://complang.tuwien.ac.at/forth/threaded-code.html)}.
["James R. Bell", "Threaded Code", CACM, 1973, 16, 6, pp 370-372].
["An Architectural Trail to Threaded Code Systems", Kogge, P. M., IEEE Computer, March 1982].
(1998-09-02)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.